public static Election::maxVotePerElection
Description
php
public static ?int Election::maxVotePerElection
Add a limitation on Election::addVote and related methods. You can't add new votes if the number of registered votes is equal or superior to this limit. Null will deactivate this functionality. An integer will set the limit.